home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form ttrakabt
- BackColor = &H00000000&
- Caption = "About"
- ClientHeight = 3270
- ClientLeft = 885
- ClientTop = 2820
- ClientWidth = 1800
- ControlBox = 0 'False
- ForeColor = &H00FFFFFF&
- Height = 3675
- Left = 825
- LinkMode = 1 'Source
- LinkTopic = "Form1"
- ScaleHeight = 3270
- ScaleWidth = 1800
- Top = 2475
- Width = 1920
- Begin PictureBox aboutbtn
- AutoSize = -1 'True
- Height = 1095
- Left = 360
- ScaleHeight = 1065
- ScaleWidth = 1065
- TabIndex = 6
- Top = 2040
- Width = 1095
- End
- Begin PictureBox musicup
- AutoSize = -1 'True
- BackColor = &H00000000&
- Height = 1095
- Left = 2280
- Picture = TTRAKABT.FRX:0000
- ScaleHeight = 1065
- ScaleWidth = 1035
- TabIndex = 0
- Top = 1680
- Visible = 0 'False
- Width = 1065
- End
- Begin PictureBox musicdwn
- AutoSize = -1 'True
- BackColor = &H00000000&
- BorderStyle = 0 'None
- Height = 1080
- Left = 2280
- Picture = TTRAKABT.FRX:0A76
- ScaleHeight = 1080
- ScaleWidth = 1050
- TabIndex = 5
- Top = 360
- Visible = 0 'False
- Width = 1050
- End
- Begin Label Label6
- BackColor = &H00000000&
- Caption = "Solutions"
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Serif"
- FontSize = 9.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- ForeColor = &H00FFFF80&
- Height = 375
- Left = 480
- TabIndex = 8
- Top = 1680
- Width = 1095
- End
- Begin Label Label5
- BackColor = &H00000000&
- Caption = " Offsite Technical"
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Serif"
- FontSize = 9.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- ForeColor = &H00FFFF80&
- Height = 255
- Left = 0
- TabIndex = 7
- Top = 1440
- Width = 1815
- End
- Begin Label Label4
- BackColor = &H00000000&
- Caption = "John W. Jaster"
- ForeColor = &H00C0C0C0&
- Height = 255
- Left = 240
- TabIndex = 4
- Top = 1080
- Width = 1455
- End
- Begin Label Label3
- BackColor = &H00000000&
- Caption = "by"
- ForeColor = &H00C0C0C0&
- Height = 255
- Left = 720
- TabIndex = 3
- Top = 840
- Width = 375
- End
- Begin Label Label2
- BackColor = &H00000000&
- Caption = "v1.0 1991"
- ForeColor = &H000000FF&
- Height = 255
- Left = 480
- TabIndex = 2
- Top = 600
- Width = 975
- End
- Begin Label Label1
- BackColor = &H00000000&
- Caption = "TimeTrak"
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Serif"
- FontSize = 13.5
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- ForeColor = &H000000FF&
- Height = 375
- Left = 240
- TabIndex = 1
- Top = 240
- Width = 1335
- End
- Sub aboutbtn_Click ()
- Unload ttrakabt
- End Sub
- Sub aboutbtn_MouseDown (Button As Integer, Shift As Integer, X As Single, Y As Single)
- aboutbtn.picture = musicdwn.picture
- End Sub
- Sub aboutbtn_MouseUp (Button As Integer, Shift As Integer, X As Single, Y As Single)
- aboutbtn.picture = musicup.picture
- End Sub
- Sub Form_Load ()
- aboutbtn.picture = musicup.picture
- End Sub
-